home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / prodor31.arc / PROVIS < prev    next >
Text File  |  1989-10-08  |  6KB  |  168 lines

  1.  
  2.  
  3.                            << ProDoor Visual Editor >>
  4.                            <<  Q u i c k   H e l p  >>
  5.  
  6.  
  7.  
  8. ╒══════< Cursor Movement >══════╤═══< Delete >════╤═════< Miscellaneous >═════╕
  9. │ ^S Char left   ^D Char right  │  ^G Character   │   ^B Reformat paragraph   │
  10. │ ^A Word left   ^F Word right  │ DEL Char left   │   ^N Insert a RETURN      │
  11. │ ^E Line  up    ^X Line down   │  ^T Word right  │   ^O Original msg display │
  12. │ ^I Tab cursor  ^P Line end    │  ^Y Line        │   ^Q Quote original msg   │
  13. ╞═════════< Scrolling >═════════╡                 │   ^V Overtype/Insert mode │
  14. │ ^C Screen up   ^R Screen down │  ^J Join lines  │  ESC Exit to command mode │
  15. └───────────────────────────────┴─────────────────┴───────────────────────────┘
  16.  
  17.  
  18.  
  19.                            [More details on next page]
  20.  
  21.  
  22.  
  23.  
  24. The ProDoor Visual Editor provides full-screen visual editing for online
  25. message entry.  Visual editing requires ANSI terminal emulation.
  26.  
  27. Visual editing commands are WordStar-like control characters.  If your
  28. terminal program provides ANSI keyboard emulation you will also be able
  29. to use the indicated function keys.
  30.  
  31.  
  32. << Cursor Motion >>
  33.  
  34. Ctrl-S  Move left  1 character     (Left arrow key)
  35. Ctrl-D  Move right 1 character     (Right arrow key)
  36. Ctrl-E  Move up    1 line          (Up arrow key)
  37. Ctrl-X  Move down  1 line          (Down arrow key)
  38. Ctrl-A  Move left  1 word          (Ctrl-Left arrow key)
  39. Ctrl-F  Move right 1 word          (Ctrl-Right arrow key)
  40. Ctrl-I  Tab cursor to next tabstop (Tab key)
  41. Ctrl-P  Move cursor to line end    (End key)
  42. Ctrl-W  Move cursor to line start  (Home key)
  43.  
  44.  
  45. << Scrolling >>
  46.  
  47. Ctrl-R  Move up a page             (PgUp key)
  48. Ctrl-C  Move down a page           (PgDn key)
  49.  
  50.  
  51. << Delete >>
  52.  
  53. Ctrl-G  Delete (gobble) character under cursor
  54. Ctrl-H  Delete character to the left of the cursor  (Backspace)
  55. Ctrl-T  Delete the word following the cursor
  56. Ctrl-Y  Delete the current line
  57. Ctrl-J  Join current line with next line
  58.  
  59.  
  60. << Miscellaneous >>
  61.  
  62. Ctrl-B  Reformat paragraph.  A paragraph ends with the first line that is
  63.         blank or that has leading spaces.
  64.  
  65. Ctrl-L  Clear screen and redisplay.
  66.         This also scrolls the screen so the cursor line is in the middle
  67.         of the display.
  68.  
  69. Ctrl-N  Insert a RETURN.  Splits line at the cursor.
  70.  
  71. Ctrl-O  Review the text of the Original message you were reading or replying.
  72.         You may also quote selected lines from the original message.
  73.  
  74. Ctrl-Q  Allows quoting from original message.  Same as Ctrl-O but does not
  75.         display the original message again.
  76.  
  77. Ctrl-V  Toggle insert/overtype mode.  (Ins key)
  78.  
  79. Ctrl-U  Quit visual mode and return to the Message Entry Command prompt.
  80.  
  81. ESC     Exit visual mode and return to the Message Entry Command prompt.
  82.  
  83.  
  84.                     [Additional notes and tips on next page]
  85.  
  86.  
  87.  
  88. Insert Mode versus Overtype Mode
  89. --------------------------------
  90.  
  91. In insert mode, all characters typed are INSERTED before the cursor. The
  92. ENTER key splits the line and BACKSPACE can re-join lines.
  93.  
  94. In overtype mode, characters "type over" what was on the screen before.
  95. Overtype mode also disables the automatic line SPLIT / JOIN available in
  96. insert mode.  Use ^N(split) and ^J(join) to manually split and join
  97. lines while in overtype mode.
  98.  
  99.  
  100.  
  101. Keyboard emulation
  102. ------------------
  103.  
  104. The easiest way to control the cursor in Visual Edit mode is to use your
  105. cursor keys.  Most popular terminal programs provide some sort of
  106. keyboard emulation.  Unfortunately, this emulation is either incomplete
  107. or requires you to go through an involved configuration process.
  108.  
  109. ProDoor also supports the "Doorway" keyboard mode of Qmodem.
  110.  
  111. The WordStar* command set was chosen as a control-character command set
  112. because it can function on virtually any keyboard and with any terminal
  113. emulation mode.  It also has the advantage of leting you keep your
  114. fingers on the "home" keys while moving the cursor around.
  115.  
  116.  
  117.  
  118. Function             Keyboard Codes Recognized       Doorway Codes
  119. --------             -------------------------       -------------
  120.  
  121.  
  122. Cursor up . . . . . . . . . . . ^E
  123.                         or      <esc> A                 <nul> H
  124.  
  125. Cursor down . . . . . . . . . . ^X
  126.                         or      <esc> B                 <nul> P
  127.  
  128. Cursor right. . . . . . . . . . ^D
  129.                         or      <esc> C                 <nul> M
  130.  
  131. Cursor left . . . . . . . . . . ^S
  132.                         or      <esc> D                 <nul> K
  133.  
  134. Word right. . . . . . . . . . . ^F                      <nul> t
  135.  
  136. Word left . . . . . . . . . . . ^A                      <nul> s
  137.  
  138. Beginning of line . . . . . . . ^W
  139.                         or      <esc> H                 <nul> G
  140.  
  141. End of line . . . . . . . . . . ^P
  142.                         or      <esc> K                 <nul> O
  143.                         or      <esc> R
  144.  
  145. Page up . . . . . . . . . . . . ^R
  146.                         or      <esc> r                 <nul> I
  147.  
  148. Page down. . . . . . . . . . .  ^C
  149.                         or      <esc> q                 <nul> Q
  150.  
  151. Insert mode toggle . . . . . .  ^V
  152.                         or      <esc> n                 <nul> R
  153.  
  154.  
  155. In this table, the symbol <esc> means any one of these character code
  156. sequences:
  157.         chr(27)
  158.         chr(27) [
  159.         chr(27) [ O
  160.  
  161. The symbol <nul> means chr(0) or an ascii NUL.  These codes correspond
  162. directly to the IBM extended scan codes produced by the corresponding
  163. keyboard keys.  These codes are used if your terminal program supports
  164. "Doorway" mode.
  165.  
  166. This provides support for a wide variety of keyboard emulations.
  167.  
  168.